dhcpv4: rename cookie variable
authorDavid Härdeman <[email protected]>
Thu, 25 Sep 2025 13:10:50 +0000 (15:10 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 7 Oct 2025 09:03:46 +0000 (11:03 +0200)
commitaa04946ac65a395e612c7c104b6463e899334753
treec3d18c85472c11cc161cd96612649c3407eb17e6
parentefafcbdbb0ab401388903c15974cc9fb454852c1
dhcpv4: rename cookie variable

The name is potentially confusing given that DHCPv4 includes the concept of a
magic cookie.  The variable is actually used as a cursor/write ptr, so rename
it to something more descriptive.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/266
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv4.c